home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Source / GNU / cctools / as / xmalloc.h < prev   
C/C++ Source or Header  |  1993-09-09  |  106b  |  7 lines

  1. extern void * xmalloc(
  2.     long n);
  3. extern void *xrealloc(
  4.     void *ptr,
  5.     long n);
  6. #define xfree free
  7.